Name | projectile launched |
Event Lines | projectile launched
<entity> launched |
Triggers | when a projectile is launched. |
Generated Examples | on projectile launched:
on fish launched: after projectile launched: after entity launched: |
Contexts | <context.entity> returns the projectile.
|
Cancellable | True - This adds <context.cancelled> and determine 'cancelled' or 'cancelled:false' |
Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... |
Group | Entity |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/entity/ProjectileLaunchedScriptEvent.java#L14 |